Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ if st.button("Improve Sentence"):
|
|
25 |
try:
|
26 |
response = client.text_generation(
|
27 |
prompt,
|
28 |
-
|
29 |
-
model="deepseek-ai/deepseek-coder-6.7b-instruct",
|
30 |
max_new_tokens=100,
|
31 |
temperature=0.7,
|
32 |
)
|
|
|
25 |
try:
|
26 |
response = client.text_generation(
|
27 |
prompt,
|
28 |
+
model="mistralai/Mixtral-8x7B-Instruct-v0.1", # You can change this to another model
|
29 |
+
#model="deepseek-ai/deepseek-coder-6.7b-instruct",
|
30 |
max_new_tokens=100,
|
31 |
temperature=0.7,
|
32 |
)
|