Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ if submit_button :
|
|
| 32 |
st.subheader("AI generated response:")
|
| 33 |
|
| 34 |
chat_model = AzureChatOpenAI(
|
| 35 |
-
deployment_name="chatgpt-4",
|
| 36 |
openai_api_version="2023-03-15-preview",
|
| 37 |
openai_api_type="azure",
|
| 38 |
openai_api_base="https://api.hku.hk",
|
|
|
|
| 32 |
st.subheader("AI generated response:")
|
| 33 |
|
| 34 |
chat_model = AzureChatOpenAI(
|
| 35 |
+
deployment_name="chatgpt-4-32k",
|
| 36 |
openai_api_version="2023-03-15-preview",
|
| 37 |
openai_api_type="azure",
|
| 38 |
openai_api_base="https://api.hku.hk",
|