Spaces:
Running
Running
GenAICoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,8 @@ def get_conversational_chain(retriever):
|
|
100 |
|
101 |
|
102 |
llm = HuggingFaceHub(
|
103 |
-
repo_id="HuggingFaceH4/zephyr-7b-beta",
|
104 |
-
|
105 |
#repo_id="microsoft/Phi-3-mini-128k-instruct",
|
106 |
huggingfacehub_api_token=os.getenv("HUGGINGFACE_API_KEY"),
|
107 |
task="text-generation",
|
|
|
100 |
|
101 |
|
102 |
llm = HuggingFaceHub(
|
103 |
+
#repo_id="HuggingFaceH4/zephyr-7b-beta",
|
104 |
+
repo_id = "mistralai/Mistral-7B-v0.1",
|
105 |
#repo_id="microsoft/Phi-3-mini-128k-instruct",
|
106 |
huggingfacehub_api_token=os.getenv("HUGGINGFACE_API_KEY"),
|
107 |
task="text-generation",
|