wishwakankanamg commited on
Commit
59a9b6b
·
1 Parent(s): 2dcb2bc
Files changed (2) hide show
  1. README.md +1 -1
  2. agent.py +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: indigo
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.25.2
8
- app_file: app.py
9
  pinned: false
10
  hf_oauth: true
11
  # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
 
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.25.2
8
+ app_file: agent.py
9
  pinned: false
10
  hf_oauth: true
11
  # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
agent.py CHANGED
@@ -170,7 +170,7 @@ def build_graph(provider: str = "huggingface"):
170
  if not hf_token:
171
  raise ValueError("HF_TOKEN environment variable not set. It's required for Hugging Face provider.")
172
  llm = HuggingFaceEndpoint(
173
- repo_id="HuggingFaceH4/zephyr-7b-beta",
174
  task="text-generation",
175
  max_new_tokens=1000,
176
  do_sample=False,
 
170
  if not hf_token:
171
  raise ValueError("HF_TOKEN environment variable not set. It's required for Hugging Face provider.")
172
  llm = HuggingFaceEndpoint(
173
+ repo_id="togethercomputer/evo-1-131k-base",
174
  task="text-generation",
175
  max_new_tokens=1000,
176
  do_sample=False,