We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8398187 commit 688579bCopy full SHA for 688579b
.env.template
@@ -11,7 +11,8 @@ METACULUS_TOKEN=
11
# Right now only used for free semantic similarity calculation in Deduplicator, but defaults to OpenAI if not filled in
12
HUGGINGFACE_API_KEY=
13
14
-# Only needed in Streamlit Cloud in order to save responses to a database and track usage
+# Only needed if saving responses to a database (e.g. in Streamlit Cloud)
15
+# Right now its hardcoded for a specific database, later this should be made more interchangeable
16
CODA_API_KEY=
17
18
# Disable if in Streamlit Cloud
0 commit comments