Merge remote-tracking branch 'origin/master' into ollama-auth

This commit is contained in:
projectmoon 2024-07-20 11:12:02 +02:00
commit 7d5d10b49e
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "perplexica-backend",
"version": "1.7.1",
"version": "1.8.0",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {

View File

@ -29,6 +29,11 @@ export const loadOpenAIChatModels = async () => {
modelName: 'gpt-4o',
temperature: 0.7,
}),
'GPT-4 omni mini': new ChatOpenAI({
openAIApiKey,
modelName: 'gpt-4o-mini',
temperature: 0.7,
}),
};
return chatModels;

View File

@ -1,6 +1,6 @@
{
"name": "perplexica-frontend",
"version": "1.7.1",
"version": "1.8.0",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {