Joshua Sundance Bailey
commited on
Commit
·
68f6d34
1
Parent(s):
1ff3fd3
add codellama
Browse files
langchain-streamlit-demo/app.py
CHANGED
@@ -84,6 +84,7 @@ MODEL_DICT = {
|
|
84 |
"meta-llama/Llama-2-7b-chat-hf": "Anyscale Endpoints",
|
85 |
"meta-llama/Llama-2-13b-chat-hf": "Anyscale Endpoints",
|
86 |
"meta-llama/Llama-2-70b-chat-hf": "Anyscale Endpoints",
|
|
|
87 |
}
|
88 |
SUPPORTED_MODELS = list(MODEL_DICT.keys())
|
89 |
|
|
|
84 |
"meta-llama/Llama-2-7b-chat-hf": "Anyscale Endpoints",
|
85 |
"meta-llama/Llama-2-13b-chat-hf": "Anyscale Endpoints",
|
86 |
"meta-llama/Llama-2-70b-chat-hf": "Anyscale Endpoints",
|
87 |
+
"codellama/CodeLlama-34b-Instruct-hf": "Anyscale Endpoints",
|
88 |
}
|
89 |
SUPPORTED_MODELS = list(MODEL_DICT.keys())
|
90 |
|