yihong0618 / tg_bing_dalle

Telegram bing bot DALL-E 3
MIT License
414 stars 53 forks source link

OpenAI config not found #37

Closed F4ria closed 10 months ago

F4ria commented 10 months ago

Run output:

2023-11-08T12:57:04Z app[e2865110a5e468] nrt [info]Arg parse done.
2023-11-08T12:57:04Z app[e2865110a5e468] nrt [info]Config parse done.
2023-11-08T12:57:04Z app[e2865110a5e468] nrt [info]config: {'openai': {}, 'openai_args': {'model': 'gpt-3.5-turbo'}}
2023-11-08T12:57:06Z app[e2865110a5e468] nrt [info]Bot init done.

If you do not set the api_key or base_url within [openai], config.get('openai') will always be False.

BeautyyuYanli commented 10 months ago

Can you provide pip show toml?

F4ria commented 10 months ago

Can you provide pip show toml?

toml==0.10.2