🤔

Results 11 comments of 🤔

Maybe u should run `brew install xz` first

I believe the root cause is that Azure gpt-4 turbo did not assign a new model name and only updated the model verison to "1106-preview" See [docs](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4-and-gpt-4-turbo-preview-models) for details And...

> This is a known issue. Because the gpt-4-preview has a > > ``` > Input: 128,000 > Output: 4096 > ``` > > But we haven't split them into...

@crazywoola @takatost But it seems that the chosen model (Azure GPT-4 8K) displayed with CHAT tag. ![image](https://github.com/langgenius/dify/assets/40332842/8e094240-39f5-4494-adc6-d7fe61247f3a) ![image](https://github.com/langgenius/dify/assets/40332842/af801465-73b3-45d0-98fa-bf8414bce303)

> @Ps7ch3 Can you tell me how to reproduce this problem? Just started from scratch building v0.3.30 dify based on docker-compose and added the Azure GPT-4 model. I think there's...

Same issue here. python: 3.12.9 fire: 0.7.0

@kakila It looks like the root issue is that I have ipython version greater than v9.0.0 in my environment. The Inspector initialization part introduced a breaking change. Downgrading the ipython...

Related PR: [!588](https://github.com/google/python-fire/pull/588)