refactor: update prompt to be more specific with install and run commands

remove gemini model as this is now fetched dynamically
This commit is contained in:
KevIsDev
2025-04-25 00:54:01 +01:00
parent 65b78280d0
commit d5ced7e305
2 changed files with 5 additions and 7 deletions

View File

@@ -13,12 +13,6 @@ export default class GoogleProvider extends BaseProvider {
};
staticModels: ModelInfo[] = [
{
name: 'gemini-2.5-flash-preview-04-17',
label: 'Gemini 2.5 Pro Flash',
provider: 'Google',
maxTokenAllowed: 65536,
},
{ name: 'gemini-1.5-flash-latest', label: 'Gemini 1.5 Flash', provider: 'Google', maxTokenAllowed: 8192 },
{
name: 'gemini-2.0-flash-thinking-exp-01-21',