개발 기록
__init__() got an unexpected keyword argument 'proxies 본문
httpx를 버전 0.27.2로 다운그레이드해서 해결.
httpx 0.28에서는 프록시 설정 방식이 변경되어 httpx.Client의 초기화 메서드가 더 이상 proxies라는 인수를 지원하지 않기 때문에 오류 발생
출처
Error with OpenAI 1.56.0 - Client.__init__() got an unexpected keyword argument 'proxies'
I’m trying to run the data validator with this bash command openai tools fine_tunes.prepare_data -f training_data.jsonl However, I’m getting this error Traceback (most recent call last): File "/Users/Development/OpenAIFineTuning/myenv/bin/openai", line
community.openai.com
https://github.com/encode/httpx/releases
Releases · encode/httpx
A next generation HTTP client for Python. 🦋. Contribute to encode/httpx development by creating an account on GitHub.
github.com
Comments