Jackson Chen

Results 27 comments of Jackson Chen

@lixun2015 用[linux screen by gnu](https://www.gnu.org/software/screen/) 更新apt和安装screen: `sudo apt update && sudo apt install screen` 然后启动一个screen `screen -S qwerty-server` 启动完服务器后 ctrl-a + d detach screen就好了

Sorry for the typo mistake. I mean outdated or deprecated APIs. Maybe in the future. Some functions might replacement by similar functions but still keep in the source code. So...

BTW, Can I make PR for adding more documentation on API docs?

Can you provide an example of how to make a request? I tested this example with HEAD version of main branch. For example: ```plain curl -X 'POST' \ 'http://localhost:8080/v1/completions' \...

@weareoutman If nobody is doing this right now, may I try it?

hi @di-sukharev di, I just manually merged it.

When we search using the "tabbed search bar" it clears the filtering options. I was wondering if we can add an option to give the user a choice.

Hello @radoslav11, if you use LM Studio and OpenAI compatible APIs, I think you can directly access LM Studio as an endpoint by configuring your local config.toml; it seems that...

Hi @radoslav11, I think this is a typo, tabby supports `openai/completion` and you seem to have misspelled it as `opan` instead of `openai` ![Image](https://github.com/user-attachments/assets/76997bc7-c143-441a-bfd5-fb0d4d66c5cb) with the same config is available...