coai/manager
2024-02-26 18:11:12 +08:00
..
broadcast feat: add static file service 2023-12-25 09:30:39 +08:00
conversation feat: support custom mask editor (#76) 2024-02-26 12:15:59 +08:00
chat_completions.go fix: fix tool calls stop reason 2024-02-18 23:32:17 +08:00
chat.go feat: support function calling and tools calling in relay chat_completions! (#20) (#30) 2024-02-18 12:08:25 +08:00
completions.go feat: support function calling and tools calling in relay chat_completions! (#20) (#30) 2024-02-18 12:08:25 +08:00
connection.go feat: suppport customize max_tokens, temperature, top_p, top_k, presenece_penalty, frequency_penalty, repetition_penalty (#56) 2024-01-30 12:51:46 +08:00
images.go feat: support function calling and tools calling in relay chat_completions! (#20) (#30) 2024-02-18 12:08:25 +08:00
manager.go feat: suppport customize max_tokens, temperature, top_p, top_k, presenece_penalty, frequency_penalty, repetition_penalty (#56) 2024-01-30 12:51:46 +08:00
relay.go feat: update /v1/models openai format 2024-02-26 18:11:12 +08:00
router.go feat: update subscription life cycle 2024-01-16 19:44:20 +08:00
types.go feat: hide role field on empty 2024-02-18 21:25:45 +08:00
usage.go