Jo

Results 83 comments of Jo

> basically return error only when we are sure that the model is not supported? While technically possible, this approach would be very long and difficult to maintain. We would...

I applied your suggestion, but I also had to introduce a breaking change: I deleted `ErrChatCompletionInvalidModel` and `ErrCompletionUnsupportedModel`, and replaced them with a unified `ErrUnsupportedModel`. Do you have any better...

The current CI failure is quite peculiar(I was able to pass the test locally). The panic stack trace appears at `stream_test.go:167` and `stream_test.go:169`, even though the `stream_test.go` file only has...

Thanks, should be fixed now.

Hi, I encountered the same problem, here is a minimal reproduction example: ```go package main import ( "log" tea "github.com/charmbracelet/bubbletea" ) type model struct{} func (model) Init() tea.Cmd { return...

Since https://github.com/charmbracelet/bubbletea/pull/570 gets merged, I think this issue is resolved now.

能够详细描述一下吗?比如无反应是命令卡住了吗?

I made a Go binding for Rust implemetation of tiktoken, maybe you're interested: https://github.com/j178/tiktoken-go

![image](https://github.com/j178/leetgo/assets/10510431/77489e0b-168e-41ec-934d-7ebe4b06108b) They added another `` before the output, `leetgo` currently can't handle this format, will investigate how to improve this.