Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
import random
|
| 4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 5 |
|
| 6 |
-
from prompts import GAME_MASTER, COMPRESS_HISTORY
|
| 7 |
def format_prompt(message, history):
|
| 8 |
prompt=""
|
| 9 |
'''
|
|
|
|
| 3 |
import random
|
| 4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 5 |
|
| 6 |
+
from prompts import GAME_MASTER, COMPRESS_HISTORY, ADJUST_STATS
|
| 7 |
def format_prompt(message, history):
|
| 8 |
prompt=""
|
| 9 |
'''
|