Update appStore/rag.py
Browse files- appStore/rag.py +1 -0
appStore/rag.py
CHANGED
|
@@ -64,6 +64,7 @@ def run_query(context, label, model_sel_name):
|
|
| 64 |
)
|
| 65 |
# Instantiate ChatCompletion as a generator object (stream is set to True)
|
| 66 |
chat_completion = client.chat.completions.create(
|
|
|
|
| 67 |
messages=messages,
|
| 68 |
stream=True
|
| 69 |
)
|
|
|
|
| 64 |
)
|
| 65 |
# Instantiate ChatCompletion as a generator object (stream is set to True)
|
| 66 |
chat_completion = client.chat.completions.create(
|
| 67 |
+
model="meta-llama/Llama-3.1-8B-Instruct",
|
| 68 |
messages=messages,
|
| 69 |
stream=True
|
| 70 |
)
|