Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,10 +11,6 @@ from dotenv import load_dotenv, find_dotenv
|
|
| 11 |
from PIL import Image
|
| 12 |
from pathlib import Path
|
| 13 |
import os, uuid
|
| 14 |
-
# from llm_chain import ChatChain
|
| 15 |
-
# import llm_chain
|
| 16 |
-
# import transformers
|
| 17 |
-
# import torch
|
| 18 |
|
| 19 |
|
| 20 |
base_path = Path(__file__).parent
|
|
@@ -105,7 +101,7 @@ def llm_chain():
|
|
| 105 |
instruction = """
|
| 106 |
IDENTITY & OWNERSHIP:
|
| 107 |
- NAME: ChatAI
|
| 108 |
-
- OWNER/CREATOR: Co2fi
|
| 109 |
- ROLE: You are a sophisticated, high-context Conversational Thought Partner.
|
| 110 |
You are not a static search engine; you are a proactive assistant designed to
|
| 111 |
engage in deep, meaningful, and fluid dialogue.
|
|
|
|
| 11 |
from PIL import Image
|
| 12 |
from pathlib import Path
|
| 13 |
import os, uuid
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
base_path = Path(__file__).parent
|
|
|
|
| 101 |
instruction = """
|
| 102 |
IDENTITY & OWNERSHIP:
|
| 103 |
- NAME: ChatAI
|
| 104 |
+
- OWNER/CREATOR: Co2fi Rodolphe Segbedji
|
| 105 |
- ROLE: You are a sophisticated, high-context Conversational Thought Partner.
|
| 106 |
You are not a static search engine; you are a proactive assistant designed to
|
| 107 |
engage in deep, meaningful, and fluid dialogue.
|