Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links not properly marked up #275

Closed
blatka opened this issue May 15, 2024 · 4 comments
Closed

Links not properly marked up #275

blatka opened this issue May 15, 2024 · 4 comments
Assignees

Comments

@blatka
Copy link

blatka commented May 15, 2024

Links from GPT Assistants are specified like this: [Link Text] (https://urlgoeshere.com/). The link rendered in the chatbot shows both the link text and URL, but it's all run together like this: Link Texthttps://urlgoeshere.com (the entire string is underlined and run together).

Screenshot 2024-05-14 at 10 27 54 PM

I'm using gpt-4-turbo.

Desktop (please complete the following information):

  • OS: MacOS 14.4.1
  • Browser : Chrome
  • Version 124.0.6367.207

I'm using the free version right now and am LOVING it!!
Thanks

@marcolivierbouch marcolivierbouch self-assigned this May 15, 2024
@marcolivierbouch
Copy link
Owner

marcolivierbouch commented May 15, 2024

image

Hello @blatka, we have updated the way we implement chatbot in websites I would recommend to redo the embed to website steps with our new code. In the new version the link issue is fixed! :)

Let me know if you have any question!

@blatka
Copy link
Author

blatka commented May 15, 2024

Thank you! I tried mightily to get this to work, but the issues this new code caused:

In Chrome, the iFrame opens at the top left of my site, and the top is hidden beneath my nav header. It includes a Contact Us button that goes to your site, not mine. When inserted in my footer, the iFrame code expands its container even when hidden, making the footer too large. It could be an issue with my site, but I'm just reporting in.

In Firefox, the iFrame opens in place as expected. I didn't recall if the Contact Us button was there. I removed it before I realized this was an issue.

I have reverted to the code I had before and will wait for the next version. I'm on the free plan now, so I'm not complaining! Thanks again.

@marcolivierbouch
Copy link
Owner

hey @blatka, thank you for raison the concern it is extremely valuable to us!

Can you share with me part of your code and a link to a website with this issue?

I just tried opening our main website in Firefox and it seems to work https://www.openassistantgpt.io/. Im not able to reproduce the steps to get the issue.

Basic HTML example: https://github.com/marcolivierbouch/OpenAssistantGPT/blob/main/website_tests/index2.html

@blatka
Copy link
Author

blatka commented May 25, 2024

Hello. I am trying this new code on my site, but it's not working. I left it installed so you can see what's going on. Here's a video of what I'm experiencing: https://app.screencastify.com/v3/watch/AsiGvaBOKQNnznSJPvR9

I tried both the method as described in the video, and I used your chatbot to ask for specific instructions. It suggested two ways (the one I show above), and adding the code into a widget using a custom HTML block. I tried this as well and got the same results.

I'll leave the code installed so you can check it out but will need to remove it as soon as you can look here: https://www.ancienttreearchive.org/

Thanks - Bill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants