Skip to content
Snippets Groups Projects
Unverified Commit ae18c732 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge pull request #124 from aurelio-labs/james/0018

James/0018
parents 683b0268 17d60657
No related branches found
No related tags found
No related merge requests found
...@@ -142,3 +142,5 @@ Julian Horsey, [Semantic Router superfast decision layer for LLMs and AI agents] ...@@ -142,3 +142,5 @@ Julian Horsey, [Semantic Router superfast decision layer for LLMs and AI agents]
azhar, [Beyond Basic Chatbots: How Semantic Router is Changing the Game](https://medium.com/ai-insights-cobet/beyond-basic-chatbots-how-semantic-router-is-changing-the-game-783dd959a32d), AI Insights @ Medium azhar, [Beyond Basic Chatbots: How Semantic Router is Changing the Game](https://medium.com/ai-insights-cobet/beyond-basic-chatbots-how-semantic-router-is-changing-the-game-783dd959a32d), AI Insights @ Medium
Daniel Avila, [Semantic Router: Enhancing Control in LLM Conversations](https://blog.codegpt.co/semantic-router-enhancing-control-in-llm-conversations-68ce905c8d33), CodeGPT @ Medium Daniel Avila, [Semantic Router: Enhancing Control in LLM Conversations](https://blog.codegpt.co/semantic-router-enhancing-control-in-llm-conversations-68ce905c8d33), CodeGPT @ Medium
Yogendra Sisodia, [Stop Chat-GPT From Going Rogue In Production With Semantic Router](https://medium.com/@scholarly360/stop-chat-gpt-from-going-rogue-in-production-with-semantic-router-937a4768ae19), Medium
\ No newline at end of file
This diff is collapsed.
[tool.poetry] [tool.poetry]
name = "semantic-router" name = "semantic-router"
version = "0.0.17" version = "0.0.18"
description = "Super fast semantic router for AI decision making" description = "Super fast semantic router for AI decision making"
authors = [ authors = [
"James Briggs <james@aurelio.ai>", "James Briggs <james@aurelio.ai>",
......
...@@ -4,4 +4,4 @@ from semantic_router.route import Route ...@@ -4,4 +4,4 @@ from semantic_router.route import Route
__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"] __all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
__version__ = "0.0.17" __version__ = "0.0.18"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment