Spaces:
Runtime error
Runtime error
added env
Browse files
.env
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
EMB_MODEL=BAAI/bge-large-en-v1.5
|
2 |
+
HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2
|
3 |
+
# HF_MODEL=mistralai/Mistral-7B-v0.1
|
4 |
+
# HF_MODEL=meta-llama/Meta-Llama-3-8B-Instruct
|
5 |
+
# HF_MODEL=meta-llama/Meta-Llama-3-70B-Instruct
|
6 |
+
OPENAI_MODEL=gpt-3.5-turbo-0125
|
7 |
+
TABLE_NAME=nltk_bge_32_2000
|