mirror of
https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins.git
synced 2026-06-14 09:54:21 +08:00
30 lines
575 B
Markdown
30 lines
575 B
Markdown
# WolframAlpha
|
|
|
|
> A wrapper around Wolfram Alpha. Useful for when you need to answer questions about Math, Science, Technology, Culture, Society and Everyday Life. Input should be a search query. If the result contains an image link, use the markdown syntax to return the image.
|
|
|
|
## Schema
|
|
[openapi.json](./openapi.json)
|
|
|
|
## Servers
|
|
|
|
`https://www.wolframalpha.com`
|
|
|
|
## Operations
|
|
|
|
1. Calculate
|
|
> `GET` /api/v1/llm-api?input=
|
|
|
|
## Authentication
|
|
|
|
type: custom
|
|
location: query
|
|
value: appid=`xxx`
|
|
|
|

|
|
|
|
## Preview
|
|
|
|

|
|
|
|
|