🤔
🤔
Maybe u should run `brew install xz` first
``` $ pigar -v pigar 0.10.0 ```
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.  
> @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...
🤔 Any updates ?
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)