olca 0.2.71__py3-none-any.whl → 0.2.73__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/METADATA +7 -2
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/RECORD +6 -6
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/LICENSE +0 -0
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/WHEEL +0 -0
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/entry_points.txt +0 -0
- {olca-0.2.71.dist-info → olca-0.2.73.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: olca
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.73
|
4
4
|
Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
|
5
5
|
Home-page: https://github.com/jgwill/olca
|
6
6
|
Author: Jean GUillaume ISabelle
|
@@ -444,11 +444,16 @@ To initialize `olca`, you need to create a configuration file named `olca.yml`.
|
|
444
444
|
```yaml
|
445
445
|
api_keyname: OPENAI_API_KEY__o450olca241128
|
446
446
|
human: true
|
447
|
-
model_name: gpt-4o-mini
|
447
|
+
model_name: gpt-4o-mini #or bellow:
|
448
|
+
model_name: ollama://llama3.1:latest #or with host
|
449
|
+
model_name: ollama://llama3.1:latest@mymachine.mydomain.com:11434
|
448
450
|
recursion_limit: 300
|
449
451
|
system_instructions: You focus on interacting with human and do what they ask. Make sure you dont quit the program.
|
450
452
|
temperature: 0.0
|
451
453
|
tracing: true
|
454
|
+
tracing_providers:
|
455
|
+
- langsmith
|
456
|
+
- langfuse
|
452
457
|
user_input: Look in the file 3act.md and in ./story, we have created a story point by point and we need you to generate the next iteration of the book in the folder ./book. You use what you find in ./story to start the work. Give me your plan to correct or accept.
|
453
458
|
```
|
454
459
|
|
@@ -7,9 +7,9 @@ olca/olcahelper.py,sha256=v16ETPboJFdJdkL1iAJ86_oAhkFo5jMFfx5oivOG8kA,4115
|
|
7
7
|
olca/prompts.py,sha256=q7lvDZ8n_K6ea2nu3K5R2fgBgQYrCIEjh0cA9fUlMFI,3697
|
8
8
|
olca/tracing.py,sha256=cEfPNZoI-PbMHFpX8bvY7OajeW4yvZBMycqwj6sRpDE,1637
|
9
9
|
olca/utils.py,sha256=kDxKwD51234OvA6PIW9IfAND8DHwd8lSyOvSf4abvPE,916
|
10
|
-
olca-0.2.
|
11
|
-
olca-0.2.
|
12
|
-
olca-0.2.
|
13
|
-
olca-0.2.
|
14
|
-
olca-0.2.
|
15
|
-
olca-0.2.
|
10
|
+
olca-0.2.73.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
11
|
+
olca-0.2.73.dist-info/METADATA,sha256=E8Y0uIJVje0NU0hJwFlqbHPr6nZfTUcy_IsimjMF7r8,25979
|
12
|
+
olca-0.2.73.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
13
|
+
olca-0.2.73.dist-info/entry_points.txt,sha256=W2UkinpMZYsCLH54must9ahwbzCRl-rekcZ7rL5u3wA,123
|
14
|
+
olca-0.2.73.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
15
|
+
olca-0.2.73.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|