models (LLM) created by Google. ・It excels other LLMs in `context length`. e.g. GPT4: 128,000 context lengths. Gemini: 1 million context lengths. ・In addition, it take advantage of Google services.
is suitable for AI. ・Example: If you are developing a recommendation system, AI is suitable. However, if you are developing firewall, it is not suitable because firewall systems must not produce false negatives. ・Make sure the AI output is suitable for the system before starting development.
here. Move to the directory of the flutter project and run flutter run --dart-define-from-file=.env You must write down your API Key to .env file before running.
LLMs if you are good at tuning your prompts. ・If you want to learn more, see Prompt Engineering Guide and Google’s prompt guide Implement advanced usecases here ・I recommend multi-turn chat bot, function calling, and safety. Fine-tune your own model ・Very difficult to deploy and connect your own LLM with Flutter