expo-ai

repository·main·Indexed 21 days ago

https://github.com/evanbacon/expo-ai

A project providing AI capabilities for Expo applications, focusing on integrating LLM features into the Expo ecosystem. Version 1.0.0.

Tokens
99
Snippets
1
Records
1
Agent score
25%

What's inside expo-ai

  1. Configure the store configuration file

    main

    The store.config.json file is used to define versioned configuration settings for the application. Currently, it supports a configVersion to manage schema evolution and an apple object for platform-specific settings.

    Note: The apple object is currently empty in the default configuration.

    {
      "configVersion": 0,
      "apple": {}
    }