Spaces:
Running
Running
littlebird13
commited on
Commit
•
00b7340
1
Parent(s):
a6eb753
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ def app_gui():
|
|
10 |
# Define the agent
|
11 |
bot = Assistant(llm={
|
12 |
'model': os.environ.get("MODELNAME"),
|
|
|
13 |
'generate_cfg': {
|
14 |
'max_input_tokens': 32768,
|
15 |
'max_retries': 10,
|
|
|
10 |
# Define the agent
|
11 |
bot = Assistant(llm={
|
12 |
'model': os.environ.get("MODELNAME"),
|
13 |
+
'model_type': 'qwen_dashscope',
|
14 |
'generate_cfg': {
|
15 |
'max_input_tokens': 32768,
|
16 |
'max_retries': 10,
|