[GH-ISSUE #1780] [BUG]: Bing API web search not working #1163

Closed
opened 2026-02-22 18:23:26 -05:00 by yindo · 2 comments
Owner

Originally created by @Justincjr on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1780

How are you running AnythingLLM?

Docker (local)

What happened?

provided bing api key for the web search, but "I’m sorry, but as a text-based AI, I don’t have the capability to search the internet or browse specific websites."

Are there known steps to reproduce?

No response

Originally created by @Justincjr on GitHub (Jun 27, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1780 ### How are you running AnythingLLM? Docker (local) ### What happened? provided bing api key for the web search, but "I’m sorry, but as a text-based AI, I don’t have the capability to search the internet or browse specific websites." ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:23:26 -05:00
yindo closed this issue 2026-02-22 18:23:26 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 28, 2024):

https://docs.useanything.com/agent-not-using-tools

@timothycarambat commented on GitHub (Jun 28, 2024): https://docs.useanything.com/agent-not-using-tools
Author
Owner

@scyto commented on GitHub (Sep 11, 2024):

What is not planned? The bing search won't be fixed?

The reason it seems to not work is it is not possible to save the bing API key in the agent configuration, every time i come back to this page it has reset.

I verified my key works with curl -H "Ocp-Apim-Subscription-Key: <yourkeygoeshere>" https://api.bing.microsoft.com/v7.0/search?q=microsoft+devices on another machine

No matter what I do here....
image

when i come back to the page it looks like this
image

I see nothing of relevance in the docker logs

This is the compose used to install.

name: anythingllm
services:
  anythingllm:
    cap_add:
      - SYS_ADMIN
    container_name: anythingllm
    extra_hosts:
      - host.docker.internal:host-gateway
    image: mintplexlabs/anythingllm
    labels:
      icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AnythingLLM/icon.png
    ports:
      - target: 3001
        published: "3051"
        protocol: tcp
    restart: always
    volumes:
      - type: bind
        source: /DATA/AppData/anythingllm/storage
        target: /app/server/storage
    devices: []
    command: []
    environment: []
    networks:
      - default
    privileged: false
    cpu_shares: 90
    deploy:
      resources:
        limits:
          memory: 64076M
networks:
  default:
    name: anythingllm_default
@scyto commented on GitHub (Sep 11, 2024): What is not planned? The bing search won't be fixed? The reason it seems to not work is it is not possible to save the bing API key in the agent configuration, every time i come back to this page it has reset. I verified my key works with `curl -H "Ocp-Apim-Subscription-Key: <yourkeygoeshere>" https://api.bing.microsoft.com/v7.0/search?q=microsoft+devices` on another machine No matter what I do here.... <img width="1565" alt="image" src="https://github.com/user-attachments/assets/63802d6b-07c0-4f3d-b761-49004b5e942c"> when i come back to the page it looks like this <img width="1253" alt="image" src="https://github.com/user-attachments/assets/ea856296-07b0-4618-b4a1-6d7815f5cd55"> I see nothing of relevance in the docker logs This is the compose used to install. ``` name: anythingllm services: anythingllm: cap_add: - SYS_ADMIN container_name: anythingllm extra_hosts: - host.docker.internal:host-gateway image: mintplexlabs/anythingllm labels: icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AnythingLLM/icon.png ports: - target: 3001 published: "3051" protocol: tcp restart: always volumes: - type: bind source: /DATA/AppData/anythingllm/storage target: /app/server/storage devices: [] command: [] environment: [] networks: - default privileged: false cpu_shares: 90 deploy: resources: limits: memory: 64076M networks: default: name: anythingllm_default ```
yindo changed title from [BUG]: Bing API web search not working to [GH-ISSUE #1780] [BUG]: Bing API web search not working 2026-06-05 14:39:18 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1163