You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default_assistant: claude
markdown: True
anthropic_api_key: <<REDACTED>>
assistants:
claude:
model: claude-3-haiku-20240307
temperature: 1.0
messages:
- role: system
content: "Please provide brief responses unless explicitly asked for elaboration on a topic."
sonnet:
model: claude-3-5-sonnet-20240620
temperature: 1.0
messages:
- role: system
content: "Please provide brief responses unless explicitly asked for elaboration on a topic."
dev:
model: claude-3-5-sonnet-20240620
temperature: 1.0
messages:
- role: system
content: "You are a software engineering expert. Your job is to respond accurately and thoughtfully, but succinctly."
meta:
model: claude-3-5-sonnet-20240620
temperature: 1.0
messages:
- role: system
content: "You are a propmt engineering expert. Your job is to provide the best prompt to achieve the requested goal if asked to an LLM."
crazy:
model: claude-3-5-sonnet-20240620
temperature: 1.0
messages:
- role: system
content: "You are mostly normal but a little weird. You respond to the question answered in a thoughtful but quirky way."
Traceback
TypeError: Client.__init__() got an unexpected keyword argument 'proxies'
An uncaught exception occurred. Please report this issue on GitHub.
Traceback (most recent call last):
File "/Users/moye/Code/gpt-cli/.venv/bin/gpt", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Users/moye/Code/gpt-cli/gptcli/gpt.py", line 206, in main
run_interactive(args, assistant)
File "/Users/moye/Code/gpt-cli/gptcli/gpt.py", line 254, in run_interactive
session.loop(input_provider)
File "/Users/moye/Code/gpt-cli/gptcli/session.py", line 180, in loop
while self.process_input(input_provider.get_user_input()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/moye/Code/gpt-cli/gptcli/session.py", line 172, in process_input
response_saved = self._respond()
^^^^^^^^^^^^^^^
File "/Users/moye/Code/gpt-cli/gptcli/session.py", line 117, in _respond
for event in completion_iter:
File "/Users/moye/Code/gpt-cli/gptcli/providers/anthropic.py", line 47, in complete
client = get_client()
^^^^^^^^^^^^
File "/Users/moye/Code/gpt-cli/gptcli/providers/anthropic.py", line 23, in get_client
return anthropic.Anthropic(api_key=api_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/moye/Code/gpt-cli/.venv/lib/python3.11/site-packages/anthropic/_client.py", line 117, in __init__
super().__init__(
File "/Users/moye/Code/gpt-cli/.venv/lib/python3.11/site-packages/anthropic/_base_client.py", line 856, in __init__
self._client = http_client or SyncHttpxClientWrapper(
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/moye/Code/gpt-cli/.venv/lib/python3.11/site-packages/anthropic/_base_client.py", line 754, in __init__
super().__init__(**kwargs)
TypeError: Client.__init__() got an unexpected keyword argument 'proxies'
The text was updated successfully, but these errors were encountered:
Environment
~/.config/gpt-cli/gpt.yaml
Traceback
The text was updated successfully, but these errors were encountered: