3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

背景

TimeoutError が直らないので、ちゃんと log を確認してみたら・・

429 エラーが出いてたっていう、おバカな記録

結論

ログを見て、以下のようになっていれば、LLM の 利用制限になっていたって話だと思われる。

DEBUG:openai._base_client:Retrying due to status code 429

対策

Azure OpenAI Service だったので、RPMを上げて解消

今回は、4o/4o-mini で、10k としていたので、上限を挙げたが・・429 がなくなるまでは上げてない :thinking:

  1. 100k にしたことで、Timeout は消えた
  2. 200k にしても、429 は消えない

あとがき

最後に、ragas 関係のエラーまとめを書くかな・・

実はもう一個べつのエラーが出てるんですけどね・・・ :sweat_smile:

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?