Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,8 @@ class AuginiChat:
|
|
81 |
api_key=os.environ.get('OPENROUTER_TOKEN'),
|
82 |
use_openrouter=True,
|
83 |
model='gpt-4o-mini',
|
84 |
-
temperature=0.7
|
|
|
85 |
)
|
86 |
|
87 |
def upload_file(self, file) -> str:
|
|
|
81 |
api_key=os.environ.get('OPENROUTER_TOKEN'),
|
82 |
use_openrouter=True,
|
83 |
model='gpt-4o-mini',
|
84 |
+
temperature=0.7,
|
85 |
+
max_tokens=1500,
|
86 |
)
|
87 |
|
88 |
def upload_file(self, file) -> str:
|