mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
fix(google-palm-process.py): replace actual API key with placeholder 'S'
fix(docker-compose.yml): add build configuration for botator service feat(docker-compose.yml): add env_file configuration for botator service
This commit is contained in:
@@ -2,7 +2,7 @@ import requests
|
||||
|
||||
proxy_url = 'http://64.225.4.12:9991' # Replace with your actual proxy URL and port
|
||||
|
||||
api_key = 'AIzaSyCqIBAf0STUTVq7pizT3XtMcQQ_zgy9UGU'
|
||||
api_key = 'S'
|
||||
model_name = 'chat-bison-001'
|
||||
api_url = f'https://autopush-generativelanguage.sandbox.googleapis.com/v1beta2/models/{model_name}:generateMessage?key={api_key}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user