Aratako commited on
Commit
cb363d6
·
verified ·
1 Parent(s): c56f80b
Files changed (1) hide show
  1. app.py +1 -1
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 = "gpt-4o"
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
  """