Spaces:
Runtime error
Runtime error
Update streamlit_langchain_chat/constants.py
Browse files
streamlit_langchain_chat/constants.py
CHANGED
|
@@ -42,8 +42,8 @@ SOURCES_IDS = {
|
|
| 42 |
}
|
| 43 |
|
| 44 |
TYPE_IDS = {
|
| 45 |
-
"MSF Azure OpenAI Service": 2,
|
| 46 |
"OpenAI": 1,
|
|
|
|
| 47 |
}
|
| 48 |
|
| 49 |
|
|
|
|
| 42 |
}
|
| 43 |
|
| 44 |
TYPE_IDS = {
|
|
|
|
| 45 |
"OpenAI": 1,
|
| 46 |
+
"MSF Azure OpenAI Service": 2,
|
| 47 |
}
|
| 48 |
|
| 49 |
|