update
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ async def generate_text(
|
|
266 |
# Create the request for the API
|
267 |
try:
|
268 |
completion = client.chat.completions.create(
|
269 |
-
model="
|
270 |
messages=[{"role": "user", "content": prompt + text_to_generate}],
|
271 |
temperature=0.2,
|
272 |
top_p=0.9,
|
|
|
266 |
# Create the request for the API
|
267 |
try:
|
268 |
completion = client.chat.completions.create(
|
269 |
+
model="mistralai/mistral-7b-instruct-v0.3",
|
270 |
messages=[{"role": "user", "content": prompt + text_to_generate}],
|
271 |
temperature=0.2,
|
272 |
top_p=0.9,
|