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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user