datacipen commited on
Commit
194db1a
·
verified ·
1 Parent(s): 99ce46c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -67,8 +67,7 @@ async def on_chat_start():
67
  ).send()
68
  selectRomes = selectRome.get('value')
69
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
70
- repo_id = "mistralai/Mathstral-7b-v0.1"
71
- #repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
72
  llm = HuggingFaceEndpoint(
73
  repo_id=repo_id, temperature=1.0
74
  )
 
67
  ).send()
68
  selectRomes = selectRome.get('value')
69
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
70
+ repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
 
71
  llm = HuggingFaceEndpoint(
72
  repo_id=repo_id, temperature=1.0
73
  )