mocusez

Results 2 comments of mocusez

如果你用的是chat_paper.py,那你需要在每次调用的地方覆盖掉api_base ```python openai.api_key = self.chat_api_list[self.cur_api] openai.api_base = "https://your-proxy-domain.com/v1" ``` 我想我提个PR解决下这个问题会比较好

I have the same issue, But this it seem solved when I update the library to `0.10.9` This example is base on Google example: ```kotlin override fun draw(canvas: Canvas) {...