Skip to content

Releases: nothans/if

Azure OpenAI and OpenRouter Support

10 Oct 16:37
Compare
Choose a tag to compare

Added Azure OpenAI and OpenRouter AI service provider support

OpenRouter supports the following models:

  • openai/gpt-4o
  • openai/gpt-4o-mini
  • openai/gpt-4-turbo
  • anthropic/claude-3.5-sonnet
  • anthropic/claude-3.5-sonnet:beta
  • meta-llama/llama-3.1-70b-instruct
  • meta-llama/llama-3.2-3b-instruct:free
  • mistralai/mistral-tiny
  • mistralai/mistral-small
  • mistralai/mistral-large
  • nousresearch/hermes-3-llama-3.1-405b:free

Full Changelog: v1.0.0...v1.0.5

Infinite IF v1.0.0

07 Oct 15:21
Compare
Choose a tag to compare

Initial release of Infinite IF - Interactive Fiction App Powered by AI

  • Implemented core functionality for AI-powered storytelling
  • Created responsive UI with Material Design icons
  • Added settings for API key, TTS, and writing style
  • Implemented story saving and loading features
  • Set up PWA configuration with manifest.json
  • Styled app with CSS variables for easy theming
  • Included README with feature list and usage instructions