Norvie
Mmarimo
•Created by Norvie on 5/23/2024 in #archived-help-and-support
Editable table
Insane m8! 😄 good luck and cheering for you 🙂
2 replies
Mmarimo
•Created by Norvie on 3/27/2024 in #archived-help-and-support
Reading env file
Awesome, thanks again Myles! great project and wish you guys best of luck!
5 replies
Mmarimo
•Created by Norvie on 3/27/2024 in #archived-help-and-support
Reading env file
if I try to print openai.api_key it shows None 🙂
5 replies
Mmarimo
•Created by Norvie on 3/27/2024 in #archived-help-and-support
Reading env file
Hey Myles! thanks for the quick response
This is my current setup
import os
from dotenv import load_dotenv
load_dotenv()
openai.api_key = os.getenv("OPENAI_API_KEY")
and the .env file has one line:
OPENAI_API_KEY=xxxxxxxxxx
5 replies
Mmarimo
•Created by Norvie on 2/12/2024 in #archived-help-and-support
Formatting the table
Hey Myles, thanks for the suggestion, will also try to fill ehte GitHub issue
2 replies