chore: Update user preferences for Italian food
Browse files
main.py
CHANGED
@@ -44,7 +44,7 @@ DEFAULT_LLM_BACKEND = "replicate"
|
|
44 |
ENABLE_HISTORY = True
|
45 |
ENABLE_TTS = True
|
46 |
TTS_BACKEND = "local"
|
47 |
-
USER_PREFERENCES = "User
|
48 |
|
49 |
global_context = {
|
50 |
"vehicle": vehicle,
|
@@ -430,7 +430,7 @@ def conditional_update():
|
|
430 |
|
431 |
def create_demo(tts_server: bool = False, model="llama3"):
|
432 |
print(f"Running the demo with model: {model} and TTSServer: {tts_server}")
|
433 |
-
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
434 |
state = gr.State(
|
435 |
value={
|
436 |
# "context": initial_context,
|
|
|
44 |
ENABLE_HISTORY = True
|
45 |
ENABLE_TTS = True
|
46 |
TTS_BACKEND = "local"
|
47 |
+
USER_PREFERENCES = "User prefers italian food."
|
48 |
|
49 |
global_context = {
|
50 |
"vehicle": vehicle,
|
|
|
430 |
|
431 |
def create_demo(tts_server: bool = False, model="llama3"):
|
432 |
print(f"Running the demo with model: {model} and TTSServer: {tts_server}")
|
433 |
+
with gr.Blocks(theme=gr.themes.Default(), title="KITT") as demo:
|
434 |
state = gr.State(
|
435 |
value={
|
436 |
# "context": initial_context,
|