Changxin Miao
Changxin Miao
Like `BTC`?
现在 openai 不遵循指令的概率挺高的,所以中文效果很不好,短期就不支持 RSS 输出了
First version of this project supports the `score` filter, that's when I have a database in the backend. But now this website is hosted on GitHub pages, and everything is...
OK, will not implement the javascript filter for now until we have future requirement. For the rss filter - wait until this project becomes so complicated that I need a...
Hi, thanks for this wonderful library. Just one quick question - does it support [function calling](https://openai.com/blog/function-calling-and-other-api-updates) for other models, or even just OpanAI models? This app relies on JSON response.
Nice! I'll try it later, thanks
One difference I found is on the way to set `timeout` - OpenAI uses `timeout` parameter whereas litellm uses `force_timeout`, is it intended? Could you please also add `litellm` as...
I see it here: https://github.com/openai/openai-python/blob/b82a3f7e4c462a8a10fa445193301a3cefef9a4a/openai/api_resources/chat_completion.py#L21-L28 ```python def create(cls, *args, **kwargs): """ Creates a new chat completion for the provided messages and parameters. See https://platform.openai.com/docs/api-reference/chat-completions/create for a list of valid parameters....
Actually, I started this project almost 9 years ago - late 2014 (see my [first commit](https://github.com/polyrabbit/hacker-news-digest/commit/2b7cef4734f0cf91d632c31706d38857c424f147)), when there are only few open-sourced extractors, and they didn't perform well at that...
@solracsf https://github.com/juicedata/juicefs/pull/4748 should have fixed the 3rd point when only one client is active.