Commit Graph

63 Commits (1586966003a95df31220638021de4ab0b9575b9d)

Author SHA1 Message Date
Richard Beales 097fcd8f56
Merge pull request #1659 from CatMe0w/patch-1
Fix typo in .env.template
2023-04-15 19:59:56 +01:00
Richard Beales c1f18b5324
Revert "Add ability to use local embeddings model" (#1662) 2023-04-15 19:25:44 +01:00
CatMe0w 11f3e97b28
Fix typo in .env.template 2023-04-16 01:58:40 +08:00
Richard Beales 33b7866377
Merge pull request #1229 from edcohen08/clone-github-repository
command clone github repository
2023-04-15 18:19:47 +01:00
Richard Beales 17cdeee214
Merge pull request #1320 from Tymec/master
Add ability to use local embeddings model
2023-04-15 18:13:16 +01:00
Richard Beales 7c0789252e
Merge pull request #1572 from cryptidv/browser-agnostic
Make browsing with Selenium Browser Agnostic
2023-04-15 16:32:24 +01:00
Richard Beales 3ee961c600
Merge pull request #1417 from merwanehamadi/feature/change-default-temperature
make 0 the default temperature
2023-04-15 16:22:45 +01:00
Richard Beales 8c4b985df0
Merge pull request #1269 from suensummit/cleanup-unused-azure-env
Cleanup azure parameters in env.template and remove unused env in config.py
2023-04-15 16:15:16 +01:00
Eddie Cohen 4d8de551b5 add prompt, env example, config 2023-04-15 10:56:10 -04:00
Summit Suen a0de3868c6 Cleanup azure parameters in env.template and remove unused env in config.load_azure_config(). 2023-04-15 22:44:50 +08:00
Eesa Hamza e90e618c5e Added agnostic browser support 2023-04-15 16:28:34 +03:00
chyezh 395d9d0481 enable milvus as memory backend 2023-04-15 21:20:30 +08:00
Tymec 753394228a Merge remote-tracking branch 'upstream/master' 2023-04-15 01:30:20 +02:00
Merwane Hamadi 359c3bc067 make 0 the default temperature 2023-04-14 12:27:04 -07:00
Maiko Bossuyt 483abb1da1
Merge branch 'master' into add_website_memory 2023-04-14 18:34:53 +02:00
Richard Beales 100fd8d0b9
Merge pull request #1096 from cryptidv/flags-updates
Flags Updates
2023-04-14 17:22:10 +01:00
Tymec 2a147acd3f refactor: fix typo
Changed all occurrences of "embeder" to "embedder".
2023-04-14 17:58:29 +02:00
Tymec 653904a359 chore: added memory embeder option to dotenv template 2023-04-14 15:07:13 +02:00
Maiko Bossuyt e147788c72
Update .env.template
BROWSE_CHUNK_MAX_LENGTH default value
2023-04-14 10:33:34 +02:00
meta-fx 2fd96b68bd Added new line and elevenlabs elements back to the env 2023-04-14 01:28:47 -05:00
meta-fx 3d783e08bc Resolved conflicts 2023-04-13 22:47:21 -05:00
Maiko Bossuyt c4a45eb406
Merge branch 'master' into add_website_memory 2023-04-14 00:45:41 +02:00
Eesa Hamza 47b72df262 Added 'AI_SETTINGS_FILE' to .env 2023-04-14 01:20:43 +03:00
lekapsy c0beeeb6b2
Merge branch 'master' into patch-1 2023-04-13 18:13:32 +02:00
Maiko Bossuyt 1b49c1d37a
Merge branch 'master' into add_website_memory 2023-04-13 13:47:46 +02:00
Peter Edwards 84c72d4f8c Merge remote-tracking branch 'upstream/master' into more_azure 2023-04-13 08:35:13 +02:00
Richard Beales 886117d82e
Merge pull request #1028 from merwanehamadi/feature/add-ability-change-temperature
Feature/add ability change temperature
2023-04-13 07:28:15 +01:00
Richard Beales 8e30edba2c
Merge pull request #463 from muellerberndt/shellcommands
Add capability to execute shell commands
2023-04-13 07:16:52 +01:00
Peter Edwards bcdb4e476f Merge remote-tracking branch 'upstream/master' into more_azure 2023-04-13 08:12:29 +02:00
Merwane Hamadi 046c49c90b add temperature to .env.template 2023-04-12 16:28:21 -07:00
Maiko Bossuyt 1c64a9d245 Update .env.template 2023-04-12 23:33:14 +02:00
Maiko Bossuyt 3a2ccbd02f
Merge branch 'master' into add_website_memory 2023-04-12 23:18:09 +02:00
lekapsy f9e104208d
Merge branch 'master' into patch-1 2023-04-12 20:40:05 +02:00
Seth T d24c4af37d
Merge branch 'master' into add-documentation-for-caching-types 2023-04-12 14:27:07 -04:00
lekapsy 7729f198d4
Merge branch 'master' into patch-1 2023-04-12 19:17:34 +02:00
Richard Beales 9c9758c720
Merge pull request #700 from Rokniel/azure-deployment-additions
Add required env parameters for azure usage
2023-04-12 18:08:54 +01:00
lekapsy d237cf3d87
Improve .env File Organization, Readability, and Documentation
This pull request aims to enhance the organization, readability, and understanding of the .env.template file for users when they modify the settings. The changes include organizing the file in a tree-like structure with appropriate comments, providing clear guidance for users about the purpose of each variable, their possible values, and default settings when applicable.

As a user with no prior knowledge of best practices of contributing to a project / .env.template file documentation, I took the liberty to make changes to the file based on what I would have liked to have seen when I first encountered it. My goal was to include every configurable option for ease of use and better understanding of how the code works.

The key improvements made in this pull request are:

1. Grouping related variables under appropriate headers for better organization and ease of navigation.
2. Adding informative comments for each variable to help users understand their purpose and possible values.
3. Including default values in the comments to inform users of the consequences of not providing a specific value for a variable, allowing them to make 
    informed decisions when configuring the application.
4. Formatting the file consistently for better readability.

These changes will enhance user experience by simplifying the configuration process and reducing potential confusion. Users can quickly and easily configure the application without having to search through the code to determine default values or understand the relationship between various settings. Additionally, well-organized code and documentation can lead to fewer issues and misunderstandings, saving time for both users and maintainers of the project.

Please review these changes and let me know if you have any questions or suggestions for further improvement so I can make any necessary adjustments.
2023-04-12 18:54:10 +02:00
Bernhard Mueller 15dffed6e5 Merge branch 'master' of github.com:Torantulino/Auto-GPT into shellcommands 2023-04-12 23:15:31 +07:00
Maiko Bossuyt c986e87135 Edit config Class to manage browse_website command chunk size and summary size
I added two new config parameters:

- browse_chunk_max_length: define the max_length of a chunk being sent to the memory and to FAST_LLM_MODEL for summarizing

- browse_summary_max_token: define the max_token passed to the model use for summary creation. Changing this can help with complex subject, allowing the agent to be more verbose in its attemps to summarize the chunk and the chunks summary.

I've also edited the way the user_agent is handle.
2023-04-12 16:36:27 +02:00
Peter Edwards 6fa9501251
Merge branch 'Torantulino:master' into more_azure 2023-04-12 13:28:23 +02:00
Peter Edwards 650e2dcd6d cleaned up .env to move Azure config to separate azure.yaml file
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00
Dill 15ee80e87d
Newline at end of file 2023-04-11 22:05:07 -07:00
Dill f8438aabc2 Added option for custom elevenlabs voice IDs. 2023-04-11 21:37:03 -07:00
crimson-knight 10b7d8e376 Adds information on how to use the other cache methods available 2023-04-11 07:46:25 -04:00
Peter Edwards 9d33a75083 Changes for Azure embedding handling 2023-04-11 13:45:37 +02:00
Rokniel 63d3238c6c
Merge branch 'master' into azure-deployment-additions 2023-04-11 12:21:46 +03:00
Bernhard Mueller aba7956f10
Merge branch 'master' into shellcommands 2023-04-11 09:25:53 +07:00
meta-fx 0cf790b633 Added new env variable and speech function for alternative TTS voice 2023-04-10 20:00:43 -05:00
Toran Bruce Richards dbc353ad20
Merge branch 'master' into patch-1 2023-04-10 22:50:45 +01:00
Toran Bruce Richards cdcec2f619
Merge pull request #648 from pratiksinghchauhan/fix-#323-error-communicating-to-openai
Fix #323 Error communicating with OpenAI: Invalid URL 'your-base-url-for-azure/embeddings'
2023-04-10 22:46:46 +01:00