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

Updated code (Uses OpenAPI or Webhook and works more reliably) #62

Merged
merged 20 commits into from
Jan 11, 2025

Conversation

paulotruta
Copy link
Owner

@paulotruta paulotruta commented Jan 10, 2025

Fixes #6 and #24

  • Replaces RevChatGPT usage by a API based request / response flow.
  • Adds support for both LLM API and WebHook Wrapper
  • Removes old config variables and adds new ones
  • Tweaks intents and handlers and fallback sensitivity to deal better with maintaining a conversation flow when the skill is active (better turn based conversation results)
  • Adds more utterances to QuestionIntent

@paulotruta paulotruta added bug Something isn't working enhancement New feature or request labels Jan 10, 2025
@paulotruta paulotruta requested a review from inverse January 10, 2025 23:14
@paulotruta paulotruta self-assigned this Jan 10, 2025
lambda/lambda_function.py Outdated Show resolved Hide resolved
@paulotruta
Copy link
Owner Author

paulotruta commented Jan 10, 2025 via email

@paulotruta paulotruta changed the title Updated code to working version Updated code (Uses OpenAPI or Webhook and works more reliably) Jan 11, 2025
@paulotruta paulotruta merged commit af25512 into main Jan 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When communication with chatGPT is not possible, Alexa should be more detailed about it (and the why)
2 participants