Spaces:
Runtime error
Runtime error
isort
Browse files
buster/apps/bot_configs.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
from buster.busterbot import BusterConfig
|
2 |
-
|
3 |
import copy
|
4 |
|
|
|
|
|
5 |
huggingface_cfg = BusterConfig(
|
6 |
unknown_prompt="I'm sorry, but I am an AI language model trained to assist with questions related to the huggingface transformers library. I cannot answer that question as it is not relevant to the library or its usage. Is there anything else I can assist you with?",
|
7 |
embedding_model="text-embedding-ada-002",
|
|
|
|
|
|
|
1 |
import copy
|
2 |
|
3 |
+
from buster.busterbot import BusterConfig
|
4 |
+
|
5 |
huggingface_cfg = BusterConfig(
|
6 |
unknown_prompt="I'm sorry, but I am an AI language model trained to assist with questions related to the huggingface transformers library. I cannot answer that question as it is not relevant to the library or its usage. Is there anything else I can assist you with?",
|
7 |
embedding_model="text-embedding-ada-002",
|