添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
儒雅的椅子  ·  討論專區·  1 月前    · 
酒量大的春卷  ·  Java 中 ...·  9 月前    · 
干练的面包  ·  iOS ...·  1 年前    · 

Hi there,

I created a Custom GPT with settings “Web browsing” and “Code interpreter” enabled. I published it.

When I give it a URL to analyze, it will call Bing, make a slightly related query, and use that query results instead of actually visiting the URL page and using the content there.

When I give the same URL to GPT4 in chat.openai.com , the URL is being fetched and the contents accessed (which I can tell by the chatGPT giving me information that cannot be guessed just by the URL structure).

How is it so?

If I try again in my Custom GPT, while editing it in Preview mode, this is the error that comes up:

# I'll use the browser tool to fetch the contents of the provided link.
open_url("https://theURLiWantMyCustomGPTtoBrowse.com/?someparameters")
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[1], line 2
      1 # I'll use the browser tool to fetch the contents of the provided link.
----> 2 open_url("https://theURLiWantMyCustomGPTtoBrowse.com/?someparameters")
NameError: name 'open_url' is not defined