Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ retriever = db.as_retriever(
|
|
108 |
# )
|
109 |
|
110 |
llm = ChatOpenAI(
|
111 |
-
model="
|
112 |
-
temperature=0,
|
113 |
max_tokens=None,
|
114 |
timeout=None,
|
115 |
max_retries=2,
|
@@ -224,7 +224,7 @@ def clear_chat():
|
|
224 |
# Gradio Interface
|
225 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
226 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
227 |
-
gr.Markdown("# Mawared HR Assistant 2.6.
|
228 |
gr.Markdown('### Instructions')
|
229 |
gr.Markdown("Ask a question about MawaredHR and get a detailed answer, if you get an error try again with same prompt, its an Api issue and we are working on it 😀")
|
230 |
|
|
|
108 |
# )
|
109 |
|
110 |
llm = ChatOpenAI(
|
111 |
+
model="Qwen/Qwen2.5-72B-Instruct",
|
112 |
+
temperature=0.1,
|
113 |
max_tokens=None,
|
114 |
timeout=None,
|
115 |
max_retries=2,
|
|
|
224 |
# Gradio Interface
|
225 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
226 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
227 |
+
gr.Markdown("# Mawared HR Assistant 2.6.5")
|
228 |
gr.Markdown('### Instructions')
|
229 |
gr.Markdown("Ask a question about MawaredHR and get a detailed answer, if you get an error try again with same prompt, its an Api issue and we are working on it 😀")
|
230 |
|