Updated models, added vector tests

This commit is contained in:
Edward Donner
2025-05-05 08:35:47 -04:00
parent e5816c514f
commit 1fb53d70de
7 changed files with 132 additions and 195 deletions

View File

@@ -372,7 +372,7 @@
"source": [
"# And in Gradio:\n",
"\n",
"view = gr.ChatInterface(chat).launch()"
"view = gr.ChatInterface(chat, type=\"messages\").launch(inbrowser=True)"
]
},
{
@@ -400,7 +400,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
"version": "3.11.12"
}
},
"nbformat": 4,