Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def log_to_qdrant(question: str, answer: str):
|
|
163 |
|
164 |
llm = ChatOpenAI(
|
165 |
base_url="https://openrouter.ai/api/v1",
|
166 |
-
model="
|
167 |
api_key=OPENAPI_KEY,# if you prefer to pass api key in directly instaed of using env vars
|
168 |
temperature=0.2,
|
169 |
max_tokens=None,
|
@@ -347,11 +347,11 @@ def clear_chat():
|
|
347 |
# Gradio Interface
|
348 |
with gr.Blocks() as iface:
|
349 |
gr.Image("Image.jpg", width=900, height=250, show_label=False, show_download_button=False)
|
350 |
-
gr.Markdown("# MaxWell
|
351 |
gr.Markdown('### Patch notes')
|
352 |
gr.Markdown("""
|
353 |
|
354 |
-
**New
|
355 |
|
356 |
""")
|
357 |
|
|
|
163 |
|
164 |
llm = ChatOpenAI(
|
165 |
base_url="https://openrouter.ai/api/v1",
|
166 |
+
model="deepseek/deepseek-chat-v3.1:free",
|
167 |
api_key=OPENAPI_KEY,# if you prefer to pass api key in directly instaed of using env vars
|
168 |
temperature=0.2,
|
169 |
max_tokens=None,
|
|
|
347 |
# Gradio Interface
|
348 |
with gr.Blocks() as iface:
|
349 |
gr.Image("Image.jpg", width=900, height=250, show_label=False, show_download_button=False)
|
350 |
+
gr.Markdown("# MaxWell D3.1")
|
351 |
gr.Markdown('### Patch notes')
|
352 |
gr.Markdown("""
|
353 |
|
354 |
+
**New Hybrid thinking model for better clarity and answers**
|
355 |
|
356 |
""")
|
357 |
|