Skip to content

Commit

Permalink
Merge pull request #96 from StampyAI/fix-discord-webhook
Browse files Browse the repository at this point in the history
Added missing import.
  • Loading branch information
tayler6000 authored Sep 5, 2023
2 parents c78d3dd + ec96824 commit 5ebfb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/stampy_chat/env.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import openai
import pinecone
from discord_webhook import DiscordWebhook

if os.path.exists('.env'):
from dotenv import load_dotenv
Expand Down

0 comments on commit 5ebfb0a

Please sign in to comment.