소스 검색

Update open_ai_image.py

master
Haikui Yang GitHub 11 달 전
부모
커밋
76a95c0226
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bot/openai/open_ai_image.py

+ 1
- 0
bot/openai/open_ai_image.py 파일 보기

@@ -12,6 +12,7 @@ from config import conf
class OpenAIImage(object):
def __init__(self):
openai.api_key = conf().get("open_ai_api_key")
openai.api_base = conf().get("open_ai_api_base")
if conf().get("rate_limit_dalle"):
self.tb4dalle = TokenBucket(conf().get("rate_limit_dalle", 50))



Loading…
취소
저장