stevenlu

Results 70 comments of stevenlu

And thank you. Although this project has been online for nine months, it is not widely known (perhaps because the name seems too quirky to native English speakers?). There aren't...

Indeed, you can set the temperature in config.json to null, but the effect of this depends on the behavior of the Python package used to access the API (typically `openai`)....

Looks great, I'll give it a try! Can the problem be solved by modifying the temperature settings in config.json?

I understand your point now. From the perspective of the Single Responsibility Principle, it's more reasonable to have AIlice avoid setting sampling parameters, which allows us to integrate APIs from...

Well, it seems that this is only valid for open source models running locally. For remote commercial models that are beyond the control of users, we still need to provide...

In the current version, we can configure the inference parameters for any LLM in the config.json file, so this requirement should already be met.

I don't quite understand the situation you're describing. I suspect it might be that the UI is having difficulty displaying certain variables, which usually happens when the UI tries to...

fixed! just an error due to my lack of familiarity with js. You can get the fixed version on latest master branch.

This error was simply caused by me using incorrect js syntax when rendering the codespan. However, what you're curious about also exists in AIlice: code blocks marked with triple backticks...

I'm very glad to see that you like this project! I'm checking each issue you've created one by one, and it may take some time to reply to all of...