Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke222naito committed Aug 3, 2024
1 parent bd5b09a commit 766d706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ class OpenAIChatBot(ChatBot):
```

```python{all}{lines:true}

from openai import OpenAI

@ChatBotFactory.register(ChatBotServices.OPENAI)
class OpenAIChatBot(ChatBot):
def __init__(self):
Expand Down

0 comments on commit 766d706

Please sign in to comment.