Commit graph

32 commits

Author SHA1 Message Date
Federico
bed7c5e173
Merge branch 'v3' into v3 2024-09-10 00:04:07 +02:00
queukat
3f13d9bf1a fixed names and llm problems 2024-09-09 23:44:16 +03:00
queukat
b554357be9 Revert "fixed some issues"
This reverts commit 6540bbbb40.
2024-09-09 23:39:12 +03:00
blackms
bffb561ad5 yaml files 2024-09-09 19:59:43 +02:00
blackms
7d7110253a Fix method invocation in LoggerChatModel
This commit resolves an issue where the LoggerChatModel class was incorrectly
    attempting to call instances of AIModel directly as if they were callable objects.

    Changes include:
    - Modified __call__ method to explicitly use the invoke method when calling AI models.
    - Updated constructor documentation to clarify the type of object expected.
    - Added additional debug logging for better traceability of method entry and exit points.

    These changes ensure that the LoggerChatModel class aligns with the intended design
    patterns and correctly utilizes the AIModel instances, improving the maintainability
    and robustness of the codebase.
2024-09-09 17:52:07 +02:00
queukat
6540bbbb40 fixed some issues 2024-09-09 18:04:42 +03:00
Federico
9ef928569b
Merge pull request #331 from feder-cr/main
v3
2024-09-09 13:14:37 +02:00
Federico
5b3cdf8f80
new plain_text_resume.yaml format 2024-09-08 23:42:58 +02:00
queukat
62133ef028 new func 2024-09-08 17:44:30 +03:00
Federico
f118bb6bf3
Merge pull request #275 from viniciusnunest/main
Add configuration to apply once per job and once per company based on user settings
2024-09-05 19:35:58 +02:00
Vinicius Tavares
75468db0b9 add config to apply once at company 2024-09-04 10:30:18 -03:00
user
d1d9e9f6a3 config yaml file with default openai gpt freely hosted 2024-09-01 21:16:02 +02:00
user
777d1fa4a6 Claude support with langchain antrhopic 2024-09-01 19:33:42 +02:00
user
6b4ebe1bd0 config.yaml corrected 2024-09-01 12:01:39 +02:00
user
a9d9e13474 Adapter class added 2024-09-01 11:59:43 +02:00
user
ca4f56833a Added support for ollama endpoint and defining the LLM model in the config 2024-08-31 22:58:40 +02:00
user
d964f599be Added support for Ollama running locally or publicly hosted api 2024-08-31 20:19:33 +02:00
feder-cr
08fa73c8de final 2024-08-23 22:20:48 +01:00
Federico
b604b6328b
Update config.yaml 2024-08-22 10:49:45 +01:00
Federico
aad7cbdf9e
Update config.yaml 2024-08-22 10:49:29 +01:00
Federico
f4f5abfa2c
Update plain_text_resume.yaml 2024-08-22 10:44:25 +01:00
Federico
a8af22447a
Update plain_text_resume.yaml 2024-08-10 16:33:59 +01:00
Federico
bf5c10c5c9
Update plain_text_resume.yaml 2024-08-10 16:26:55 +01:00
Federico
9dc368d0b0
Update plain_text_resume.yaml 2024-08-10 15:25:21 +01:00
Federico
0cd0f2fb1e
Update config.yaml 2024-08-04 17:35:34 +01:00
feder-cr
de049fd3c5 first 2024-08-04 14:46:37 +01:00
feder-cr
3fb786f41d Ignora config.py 2024-08-04 14:31:08 +01:00
feder-cr
f16197d093 first commit 2024-08-04 14:29:21 +01:00
feder-cr
c93127678e Ignora datafolder 2024-08-04 14:22:52 +01:00
feder-cr
98d63965a5 Ripristina data_folder al commit af518b7d7b 2024-08-04 14:01:47 +01:00
feder-cr
89b47a99a4 git ignore update 2024-08-04 13:52:23 +01:00
feder-cr
af518b7d7b first commit 2024-08-04 13:14:56 +01:00