Spaces:
Sleeping
Sleeping
small fix
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ openai_api_key = os.getenv('api_key')
|
|
8 |
openai_api_base = os.getenv('url')
|
9 |
db_url = os.getenv('db_url')
|
10 |
db_api_key = os.getenv('db_api_key')
|
11 |
-
model_name = "
|
12 |
"""
|
13 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
14 |
"""
|
|
|
8 |
openai_api_base = os.getenv('url')
|
9 |
db_url = os.getenv('db_url')
|
10 |
db_api_key = os.getenv('db_api_key')
|
11 |
+
model_name = "weblab-GENIAC/Tanuki-8x8B-dpo-v1.0"
|
12 |
"""
|
13 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
14 |
"""
|