Skip to content

Instantly share code, notes, and snippets.

View jalcantarab's full-sized avatar
🏗️
Building

Jorge Alcantara Barroso jalcantarab

🏗️
Building
View GitHub Profile
@ruvnet
ruvnet / aider-colab.ipynb
Last active August 20, 2024 21:54
aider-colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jalcantarab
jalcantarab / _InbentaChatbotSDKSample.md
Last active May 8, 2023 13:33
Example of Custom Integration of the Inbenta Chatbot SDK

Chatbot SDK Example - Custom Build

Simple example of a functioning chatbot SDK User Interface. All contained in one HTML file. This example is meant to show how to:

  • Customize configuration of the SDK build,
  • Customize the labels to align with your desired language and personality,
  • Customize some CSS to fit your colors and icons,
  • How to use the /auth API method to retrieve the API Token.

If you're looking for a more complex integration, or want to see the JS<>CSS<>HTML separate: GO HERE