Commit 4368220
Version 1.0.2 (#180)
* [fix] bump prerelease version in pyproject.toml
* [fix] bump prerelease version in pyproject.toml
* [fix] bump prerelease version in pyproject.toml
* Fix docker image (#138)
* Update __init__.py
1. Change start_server() from outside to inside the class.
* Update __init__.py
1. Place start_server inside llm init
---------
Co-authored-by: Cláudio Lemos <claudio.lemos@tensorops.ai>
* [fix] bump prerelease version in pyproject.toml
* Fix docker image (#139)
* Update __init__.py
1. Change start_server() from outside to inside the class.
* Update __init__.py
1. Place start_server inside llm init
* Update cli.py
Change how the server runs.
* Update __init__.py
* Update __init__.py
---------
Co-authored-by: Cláudio Lemos <claudio.lemos@tensorops.ai>
* [fix] bump prerelease version in pyproject.toml
* Add llmstudio docs (#136)
* Add llmstudio docs
* Start creating gcp guide
* Update gcp-deployment draft
* Finish deploy-llmstudio-on-gcp guide.
* Update deploy-on-google-cloud-platform.mdx
* Fix some lettering
* Update deploy-on-google-cloud-platform.mdx
* Update deploy-on-google-cloud-platform.mdx
* Update GCP docs
---------
Co-authored-by: Cláudio Lemos <claudio.lemos@tensorops.ai>
* [fix] bump prerelease version in pyproject.toml
* docs: update ollama.mdx
messeges -> messages
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
* [feat] beadrock added to LLM Core
* [bugfix] datetime
* [feat] tool_calling
* [feat] processing langchain tools
* feat: add ci for modules
* chore: bump versions
* feat: adapt develop actions
* fix: github actions
* fix: github actions dev
* [fix] bump prerelease version in pyproject.toml
* [feat] bedrock agent with langchain and langgraph
* [chore] remove print
* [feat] bedrock mapper
* [chore] clean unused variable
* [feat] bedrock arguments added
* [feat] bedrock anthropic
* [bugfix] import corrected
* [feat] module added
* [bugfix] async methods corrected
* Create chore.yml
Created a Chore YML template for Issues
Signed-off-by: Miguel Neves <61327611+MiNeves00@users.noreply.github.com>
* [feat] async methods corrected
* [fastapi] version bump
* [bugfix] new release
* [feat] code refactor
* [feat] function calling
* [chore] remove async duplicated code from openai
* [chore] remove duplicated code from azure
* [chore] removed unnecessary code
* [bugfix] processing more than one tool
* [feat] test added to langchain integration
* feat: update ci for libs
* feat: update dev workflow
* [bugfix] get cost using langchain wrapper
* [bugfix] azure init with kwargs
* fix: workflow
* chore: bump versions
* chore: fix typo
* chore: name workflow
* [chore] solve pr comments
* [chore] normalize return
* fix: workflow
* fix: workflow
* fix: dev workflow
* fix: workflow dev
* fix: workflow dev
* fix: dev workflow
* [fix] bump prerelease version in pyproject.toml
* fix: dev workflow
* [chore] updated python dotenv
* [chore] update dotenv in proxy
* [fix] bump prerelease version in pyproject.toml
* feat: main workflow to bump automatically alpha versions
* chore: bump versions
* chore: update lock files
---------
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
Signed-off-by: Miguel Neves <61327611+MiNeves00@users.noreply.github.com>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: diogoazevedo15 <68329635+diogoazevedo15@users.noreply.github.com>
Co-authored-by: Cláudio Lemos <claudio.lemos@tensorops.ai>
Co-authored-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
Co-authored-by: brunoalho <bruno.alho@tensorops.ai>
Co-authored-by: Miguel Neves <61327611+MiNeves00@users.noreply.github.com>
Co-authored-by: brunoalho99 <132477278+brunoalho99@users.noreply.github.com>1 parent 6ff2124 commit 4368220
File tree
46 files changed
+3287
-1869
lines changed- .github/workflows
- docs
- how-to/deploy-on-gcp
- sdk/llm
- providers
- examples
- libs
- core
- llmstudio_core
- providers
- bedrock
- llmstudio
- llmstudio
- providers
- proxy
- tracker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+3287
-1869
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
41 | 63 | | |
42 | | - | |
| 64 | + | |
43 | 65 | | |
44 | 66 | | |
45 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 23 | | |
32 | 24 | | |
33 | 25 | | |
| |||
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
50 | | - | |
| 42 | + | |
51 | 43 | | |
52 | 44 | | |
53 | 45 | | |
54 | | - | |
| 46 | + | |
55 | 47 | | |
56 | 48 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 49 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 50 | + | |
68 | 51 | | |
69 | 52 | | |
70 | 53 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
76 | 59 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 60 | + | |
80 | 61 | | |
81 | 62 | | |
82 | 63 | | |
83 | 64 | | |
84 | 65 | | |
85 | | - | |
| 66 | + | |
86 | 67 | | |
87 | 68 | | |
88 | 69 | | |
89 | 70 | | |
90 | 71 | | |
91 | 72 | | |
92 | | - | |
| 73 | + | |
93 | 74 | | |
94 | 75 | | |
95 | 76 | | |
| |||
98 | 79 | | |
99 | 80 | | |
100 | 81 | | |
101 | | - | |
| 82 | + | |
102 | 83 | | |
103 | 84 | | |
104 | | - | |
| 85 | + | |
| 86 | + | |
105 | 87 | | |
106 | | - | |
107 | | - | |
| 88 | + | |
| 89 | + | |
108 | 90 | | |
109 | 91 | | |
110 | | - | |
| 92 | + | |
111 | 93 | | |
112 | 94 | | |
113 | 95 | | |
114 | 96 | | |
115 | 97 | | |
116 | 98 | | |
117 | 99 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
41 | | - | |
42 | | - | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
46 | 67 | | |
47 | 68 | | |
48 | 69 | | |
| |||
71 | 92 | | |
72 | 93 | | |
73 | 94 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
41 | | - | |
42 | | - | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
46 | 62 | | |
47 | 63 | | |
48 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
41 | | - | |
42 | | - | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
46 | 67 | | |
47 | 68 | | |
48 | 69 | | |
| |||
71 | 92 | | |
72 | 93 | | |
73 | 94 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
| |||
0 commit comments