Add OpenAI Compatible provider

This commit is contained in:
Petr Mironychev
2024-08-29 23:06:58 +02:00
parent b4f969908f
commit fa79803836
7 changed files with 188 additions and 7 deletions

View File

@ -81,7 +81,7 @@ public:
Utils::DoubleAspect topP{this};
Utils::BoolAspect useTopK{this};
Utils::DoubleAspect topK{this};
Utils::IntegerAspect topK{this};
Utils::BoolAspect usePresencePenalty{this};
Utils::DoubleAspect presencePenalty{this};
@ -98,6 +98,8 @@ public:
Utils::StringAspect specificInstractions{this};
Utils::BoolAspect multiLineCompletion{this};
Utils::StringAspect apiKey{this};
ButtonAspect resetToDefaults{this};
private: