Persona Chatting

Contents:

  • Twitch Chatting Bot
    • Twitch Bot Module
    • Claude API Module
    • GPT API Module
    • Main Module
Persona Chatting
  • Twitch Chatting Bot
  • View page source

Twitch Chatting Bot

  • Twitch Bot Module
    • TwitchBot
      • TwitchBot.clear_history
      • TwitchBot.engine
      • TwitchBot.event_message()
      • TwitchBot.event_ready()
      • TwitchBot.get_ai_response()
      • TwitchBot.get_persona_name()
      • TwitchBot.help
      • TwitchBot.persona
      • TwitchBot.persona_list
      • TwitchBot.prompt
      • TwitchBot.split_and_send_message()
    • load_config()
  • Claude API Module
    • clear_message_history()
    • construct_conversation()
    • construct_full_prompt()
    • get_claude_response()
    • load_config()
    • log_interaction()
    • update_message_history()
  • GPT API Module
    • clear_message_history()
    • construct_conversation()
    • construct_full_prompt()
    • get_gpt_response()
    • load_config()
    • log_interaction()
    • update_message_history()
  • Main Module
    • load_config()
    • main()
Previous Next

© Copyright 2024, Héctor Rodríguez (hecrp).

Built with Sphinx using a theme provided by Read the Docs.