mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00

* Create mkdocs.yaml * Create mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update README.md * Update coding_conventions.md * Update documentation_guidelines.md * Update testing.md * Update heroku.md * Update hetzner_ubuntu.md * Update google_search.md * Update introduction.md * Update make_your_own.md * Update stable_diffusion.md * Update wolfram.md * Update proxy.md * Update user_auth_system.md * Update bing_jailbreak_info.md * Update breaking_changes.md * Update multilingual_information.md * Update project_origin.md * Update tech_stack.md * Update apis_and_tokens.md * Update docker_install.md * Update linux_install.md * Update mac_install.md * Update windows_install.md * Update mkdocs.yml * Update mkdocs.yml * Update documentation_guidelines.md * Add files via upload * Create temp.txt * Add files via upload * Delete logo.png * Create index.md * Update mkdocs.yml * Update mkdocs.yml * Delete temp.txt * Update README.md * Update README.md --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com>
21 lines
1,001 B
Markdown
21 lines
1,001 B
Markdown
# Wolfram Alpha Plugin
|
|
|
|
An AppID must be supplied in all calls to the Wolfram|Alpha API.
|
|
|
|
- Note: Wolfram API calls are limited to 100 calls/day and 2000/month for regular users.
|
|
|
|
## 1. Make an account at <a href='http://products.wolframalpha.com/api/'>Wolfram|Alpha</a>
|
|
## 2. Go to the <a href='https://developer.wolframalpha.com/portal/myapps/'>Developer Portal</a> click on "Get an AppID".
|
|
## 3. In the app, select the plugins endpoint, open the plugins store, and install Wolfram
|
|
- You will be prompted for your AppID
|
|
- Alternatively: you (the admin) can set the value in `\.env` to bypass the prompt
|
|
- `WOLFRAM_APP_ID=your_app_id`
|
|
|
|

|
|

|
|
|
|
|
|
## 5. Select the plugin and enjoy!
|
|
|
|

|
|
|