Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LM Studio Gradio Chat
|
2 |
This repository contains a web-based chat application that integrates with various AI models from LM Studio, such as Mistral, OpenAI, and Llama, via a user-friendly Gradio interface. It is designed to maintain conversation history, providing a coherent and continuous AI chat experience comparable to systems like ChatGPT or Claude.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: 'Interactive Chat Application'
|
3 |
+
emoji: '💬'
|
4 |
+
colorFrom: 'indigo'
|
5 |
+
colorTo: 'indigo'
|
6 |
+
sdk: 'gradio'
|
7 |
+
sdk_version: '3.2.7'
|
8 |
+
app_file: 'app.py'
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# LM Studio Gradio Chat
|
13 |
This repository contains a web-based chat application that integrates with various AI models from LM Studio, such as Mistral, OpenAI, and Llama, via a user-friendly Gradio interface. It is designed to maintain conversation history, providing a coherent and continuous AI chat experience comparable to systems like ChatGPT or Claude.
|
14 |
|