Skip to content
New issue

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

API for processing input from user working, openAI issue remaining. #44

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

iam-yashpradhan
Copy link
Collaborator

…se main02.py

st.session_state.messages.append({"role": "assistant", "content": full_response})
try:
# Make API call to backend
response = requests.post(

Check warning

Code scanning / Bandit

Call to requests without timeout Warning

Call to requests without timeout
@neal-logan neal-logan merged commit 87674da into main Nov 21, 2024
5 of 7 checks passed
@neal-logan neal-logan deleted the rake-keyword-extraction branch November 21, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants