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

Multi-Game Hosting with AI Generation Endpoint #2

Open
4 of 5 tasks
LVivona opened this issue Oct 25, 2024 · 0 comments
Open
4 of 5 tasks

Multi-Game Hosting with AI Generation Endpoint #2

LVivona opened this issue Oct 25, 2024 · 0 comments
Labels
backend New features for backend enhancement New feature or request

Comments

@LVivona
Copy link
Collaborator

LVivona commented Oct 25, 2024

Description:

We need to set up a system to host multiple games simultaneously, each capable of calling a central AI generation endpoint. Initially, this endpoint will support text-to-text responses, with plans to extend to other modalities (e.g., image generation) in the future.

Requirements:

  • Multi-Game Hosting: Implement infrastructure to support multiple games running concurrently, with each game able to independently call the generation endpoint.
  • Text-to-Text Generation: Enable the AI generation endpoint to process text-based input and return text responses, tailored to each game.
  • Session Management: Ensure each game session has isolated context, so that the generated responses are specific to the game instance.

Next Steps for Future Modalities:

  • Text-to-Image: Add capability for the generation endpoint to return images based on text input for specific games.
  • Image-to-Text: Enable the endpoint to interpret images provided by users and respond with appropriate text.

Additional Considerations:

Design the system to scale efficiently with multiple game sessions.
Ensure flexibility in the endpoint to support future AI generation features, such as different input/output formats and modal-specific responses.

@LVivona LVivona added enhancement New feature or request backend New features for backend labels Oct 25, 2024
@LVivona LVivona removed this from the Running 1 Game \w Abstraction Build milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend New features for backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant