Spaces:
Sleeping
Sleeping
Commit
·
31f7a40
1
Parent(s):
9afabf6
model change
Browse files
orchestrator/orchestrator.py
CHANGED
|
@@ -12,7 +12,7 @@ def get_orchertration_resposne(query, history):
|
|
| 12 |
|
| 13 |
history = history[::-1][:5]
|
| 14 |
response = client.chat.completions.create(
|
| 15 |
-
model="meta-llama/Llama-3.3-70B-Instruct-Turbo
|
| 16 |
messages=[
|
| 17 |
{
|
| 18 |
"role": "system",
|
|
@@ -61,7 +61,7 @@ def final_response(query, context, history):
|
|
| 61 |
|
| 62 |
history = history[::-1][:5]
|
| 63 |
response = client.chat.completions.create(
|
| 64 |
-
model="meta-llama/Llama-3.3-70B-Instruct-Turbo
|
| 65 |
messages=[
|
| 66 |
{
|
| 67 |
"role": "system",
|
|
|
|
| 12 |
|
| 13 |
history = history[::-1][:5]
|
| 14 |
response = client.chat.completions.create(
|
| 15 |
+
model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
| 16 |
messages=[
|
| 17 |
{
|
| 18 |
"role": "system",
|
|
|
|
| 61 |
|
| 62 |
history = history[::-1][:5]
|
| 63 |
response = client.chat.completions.create(
|
| 64 |
+
model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
| 65 |
messages=[
|
| 66 |
{
|
| 67 |
"role": "system",
|