Spaces:
Running
Running
test
#1
by suusuu93 - opened
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
app_port: 7860
|
| 10 |
-
short_description: 'ChatAI is a powerful conversation AI'
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
app_port: 7860
|
| 10 |
+
short_description: 'ChatAI is a powerful conversation AI '
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -21,7 +21,7 @@ assistant_crs = Image.open(img_path/"assistant_crs.png")
|
|
| 21 |
user_crs = Image.open(img_path/"user_crs.png")
|
| 22 |
|
| 23 |
|
| 24 |
-
def llm_model(model="
|
| 25 |
_ = load_dotenv(find_dotenv())
|
| 26 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
| 27 |
if not groq_api_key :
|
|
|
|
| 21 |
user_crs = Image.open(img_path/"user_crs.png")
|
| 22 |
|
| 23 |
|
| 24 |
+
def llm_model(model="moonshotai/kimi-k2-instruct-0905"):
|
| 25 |
_ = load_dotenv(find_dotenv())
|
| 26 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
| 27 |
if not groq_api_key :
|