Yi-Ting Chiu

Results 4 issues of Yi-Ting Chiu

The "/api/generate" is not functioning and display 404 on the Windows version (not WSL), despite the Ollama server running and "/" being accessible. The same code works on the Ollama...

Check this issue https://github.com/modelscope/FunASR/issues/1897

bug

## Environment - macOS 14.5, m1 pro - Python 3.11.9 ## Code Here is the code to reproduce the issue: ~~~python import pyttsx3 engine = pyttsx3.init() engine.save_to_file('I will speak this...

Add ZhipuAI provider integration to the python package. * Add `aisuite/providers/zhipuai_provider.py` implementing the `ZhipuaiProvider` class using the `zhipuai` library. * Update `ProviderFactory` in `aisuite/provider.py` to include ZhipuAI as a supported...