We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm following the tutorial and creating files as I progress.
The main.py file shows me this for both chainlit as well as openai. Hence I dont get any code completions when i try to
main.py
chainlit
openai
openai.ChatCompletion
I have installed both the packages in local machine, have the pylance and python vscode plugins installed as well.
pylance
python
Please help.
The text was updated successfully, but these errors were encountered:
To set up your environment, you can install the openai and chainlit libraries using the following pip commands:
pip install openai
pip install chainlit
Sorry, something went wrong.
No branches or pull requests
I'm following the tutorial and creating files as I progress.
The
main.py
file shows me this for bothchainlit
as well asopenai
. Hence I dont get any code completions when i try toI have installed both the packages in local machine, have the
pylance
andpython
vscode plugins installed as well.Please help.
The text was updated successfully, but these errors were encountered: