new ai provider
This commit is contained in:
11
utils/ai/consts.go
Normal file
11
utils/ai/consts.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package ai
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const PawanBaseURL = "https://api.pawan.krd"
|
||||
const GPTBaseUrl = "https://chat.gpt-chatbot.ru/api/openai"
|
||||
const CompressPrompt = "Сделай выжимку нашего диалога. Сохрани все ключевые моменты(например одежду, расположение и тд.)"
|
||||
|
||||
var CosmoRPUrl = fmt.Sprintf("%s/cosmosrp-2.5", PawanBaseURL)
|
||||
Reference in New Issue
Block a user