Showcases how to build a Bing and ai.com plugin and host it securely in Azure.
This plugin showcases a financial advisor app, and since it is accessible publicly from Bing and ChatGPT, it will answer general questions about investment allocation. For the next phase, it will have user authentication and will be able to answer questions about the user's portfolio.
- "Given current marco conditions, is it better to invest in stocks or bonds?"
- "Is MSFT a good purchase?"
- "Best way to invest $1000?"
- "Most optimal retirement plan?"
- Populate the
.env.example
file with your Bing API and OpenAPI keys and rename it to.env
- (Optional) Register for a free API Key with FMP to fetch stock information and update
.env
- In a terminal or codespaces, run the following command:
poetry install && poetry run dev
- Install the plugin from Bing or ai.com.
- Go to ai.com and from New Chat, under GPT-4, select Plugins
- From the Plugin store dialog, Click on
Develop your own plugin
- Under Domain, enter
http://localhost:8000
and click onFind Manifest
- Install localhost plugin
- Select plugin and interact