Compare commits

..

No commits in common. "7d5d10b49e7905e17f2220fe084136dd66492520" and "05f2e43adcbec3a9f3a20ec37d684e1ebde52d7d" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

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

View File

@ -29,11 +29,6 @@ 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.8.0",
"version": "1.7.1",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {